From 637186976c5c18b1c21d17a32ae016a918fa5af4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 27 May 2020 15:46:19 +0100 Subject: [PATCH] Remove spurious annotations Boolean values are not nullable, and have no ownership to transfer. --- gtk/gtkoverlaylayout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkoverlaylayout.c b/gtk/gtkoverlaylayout.c index 8b71b91783..27d099fe81 100644 --- a/gtk/gtkoverlaylayout.c +++ b/gtk/gtkoverlaylayout.c @@ -185,7 +185,7 @@ gtk_overlay_layout_child_set_measure (GtkOverlayLayoutChild *child, * * Retrieves whether the child is measured. * - * Returns: (transfer none) (nullable): whether the child is measured + * Returns: whether the child is measured */ gboolean gtk_overlay_layout_child_get_measure (GtkOverlayLayoutChild *child) @@ -227,7 +227,7 @@ gtk_overlay_layout_child_set_clip_overlay (GtkOverlayLayoutChild *child, * * Retrieves whether the child is clipped. * - * Returns: (transfer none) (nullable): whether the child is clipped + * Returns: whether the child is clipped */ gboolean gtk_overlay_layout_child_get_clip_overlay (GtkOverlayLayoutChild *child) -- 2.30.2